home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / atlantis.swf / scripts / DefineSprite_896_tail / frame_8 / DoAction.as
Encoding:
Text File  |  2008-11-13  |  185 b   |  5 lines

  1. var Name = String(this).substr(String(this).indexOf("il") + 4,50);
  2. this._x = -300;
  3. this._x = _parent[Name]._x + Math.random() * 20;
  4. this._y = _parent[Name]._y + Math.random() * 20;
  5.